-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable tagging manifests #519
Conversation
Codecov Report
@@ Coverage Diff @@
## main #519 +/- ##
=======================================
Coverage 73.43% 73.43%
=======================================
Files 9 9
Lines 399 399
=======================================
Hits 293 293
Misses 85 85
Partials 21 21 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Jun <[email protected]>
Signed-off-by: Jun <[email protected]>
@jwang1013 Need to resolve the DCO |
Signed-off-by: Jun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Jun <[email protected]>
return errors.NewErrInvalidReference(repo.Reference) | ||
} | ||
|
||
return oras.Tag(ctx, repo, opts.srcRef, opts.targetRef) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to consider the output when tagging multiple tags. /cc @FeynmanZhou @yizha1
This change will be in another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we need to provide output msg for different kinds of tagging results. @wju-MSFT Let's discuss and confirm it.
Signed-off-by: Jun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @wju-MSFT The PR needs to be rebased to be merged.
Signed-off-by: Jun <[email protected]>
Signed-off-by: Jun <[email protected]>
@shizhMSFT PR is rebased and ready to be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Jun <[email protected]>
Resolve #471
Signed-off-by: Jun [email protected]